Frequently Asked Questions
Here we answer some frequently asked questions from MemTurbo users. If you don't see the answer to your question here, please drop us an email at support@memturbo.com !
What
does MemTurbo do? MemTurbo manages system memory, the paging file, and the way in which virtual memory is treated in order to maximize performance. It recovers RAM not currently needed by the operating system and applications, and recovers memory leaked by applications. It also can temporarily flush unused DLLs and libraries out to disk to make room for your big applications and games (these come back transparently when needed). On Windows9X, it also adjusts the system caching in order to better target the way you use your particular machine. This can improve disk performance, gaming performance, and can prevent buffer under-runs that interfere with, for example, burning CDs. |
|
I'm not
a Technical person... save the geek-speak and just tell me how to use it
effectively! Sure! Let it start from your Startup group so that it is running at all times. After exiting a memory-hungry program or before launching a new one, press the hotkey (CTRL-ALT-M) to recover and defragment your RAM. In a matter of seconds your system should have that "just booted" feel! |
|
How do I
stop a RAM recovery in progress? When a RAM recovery is in progress, as indicated by the on-screen status display, just press escape. If a background recovery (triggered by your timer or a memory alarm level) is running, clicking on the MemTurbo tray icon will abort the recovery. |
|
Sometimes
my system seems slower after recovering RAM... why? If you have your "Target" level of RAM to recover set too high, MemTurbo may reclaim memory from the file cache, or flush system DLLs (such as the shell and OLE) out of memory. When you flip to an application that needs these, they must be paged back in. Try setting your Target level to a lower level. Note that for games that do not use much of the operating system, a higher Target level is better, since more memory will be available to the game. A good compromise takes a while to discover, but that's why we give you the control to adjust it! |
|
Can
MemTurbo make my system unstable? No. If anything, because it increases the amount of memory available to applications, your system should become more stable. It installs no VxDs or drivers and does not modify your system files in any way. |
|
Does
MemTurbo compress memory? Absolutely not; there is no performance-robbing compression at all. It simply causes what physical RAM you have to be used in a more efficient manner, and allows you to reclaim that memory from applications and the operating system when you need it most. |
|
Why does
MemTurbo not always recover up to the Target setting? Because if you set the target too high, you've set an impossible goal! MemTurbo will recover as much RAM as possible, and can usually get up to your target level (though the higher the level, the more work MemTurbo must do, and hence the longer it will take). Note that on Windows NT, the kernel manages the memory in such a way that as soon as memory is recovered, it is used by waiting applications and the operating system, so the displayed value may never equal the target level. It's still doing its job, though, even if not apparent! |
|
Why can
"Program X" seemingly recover more RAM than MemTurbo? MemTurbo tries to be pragmatic about its memory recovery. It doesn't just arbitrarily toss things out of memory to meet your goal if that means dumping code and data you really should keep in memory, like parts of the kernel and so forth. While it would be possible to recover more memory at times (and early betas of MemTurbo did so), it proved detrimental to performance, so we strove to keep the heuristics on how to recover more conservative. |
|
Why do I
get "Low Virtual Memory" pop-ups under Windows NT? Your page file size is too small for proper performance. Take the system's advice, and increase your paging file size in your system properties. |
Can
MemTurbo really recover memory leaks? While it cannot recover them from the address space (the application would fault if it did indeed try to use that memory at some point) it can recover the physical RAM leaked, making it available for use by the operating system and other applications. |
|
Can
MemTurbo improve gaming performance? Yes. Let's say you start a game, and part way in, it suddenly demands memory for graphics, etc. Without MemTurbo, your system would visibly pause as other applications and parts of the operating system were page-faulted out to make room. If you "Defragment and Recover" before starting the game, MemTurbo should make a noticeable improvement. |
|
How does
MemTurbo prevent buffer underruns while burning CDs? In the Windows9X registered version only, it adjusts the system file caching to ensure that enough cache is set aside so that the data you are burning to a CD is available, rather than having to fight with the CD on the I/O bus for the next block of data. |